home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Controls / Visual Basic Controls.iso / vbcontrol / mbm20s / mbmreadm.txt < prev    next >
Text File  |  1998-07-29  |  3KB  |  101 lines

  1. ===============================
  2. Message Box Master v2.0 ReadMe
  3. ===============================
  4.  
  5. Message Box Master is a message box creation add-in for Visual Basic 5.0 that supports
  6. all of VB's message box arguments and gives you multiple options for formatting the
  7. code generated.
  8.  
  9.  
  10. Message Box Master (MBM) Files
  11. ===============================
  12. If you have the complete .zip archive file, you should have the following files when
  13. unzipped:
  14.  
  15.     MBM.dll        The working part of MBM
  16.     MBMInstall.exe    A Q&D install program for MBM
  17.     MBMRemove.exe    A Q&D uninstall program for MBM
  18.     MBM.hlp        MBM's online help file
  19.     MBMReadme.txt    This file
  20.  
  21. If you are missing any files, please notify whomever you got the file from that they
  22. have an incomplete .zip file.  Drop me an e-mail and I'll send you the complete file
  23. if something's missing.
  24.  
  25.  
  26. Installation
  27. =============
  28. To install Messsage Box Master, unzip the archive to the folder you want MBM to live
  29. in.  All of the MBM files must be in the same folder for everything to work properly.
  30.  
  31. After unpacking, run MBMInstall.exe.  This program will register the .dll with RegSvr32
  32. and will add MBM to the VBAddIn.ini file.  I do assume, though, that VBAddIn.ini is in
  33. the C:\Windows folder and that RegSvr32.exe is in the C:\Windows\System folder.
  34.  
  35. After running install, start VB and select the Add-In Manager from the Add-Ins Menu and
  36. activate MBM.
  37.  
  38. Read through the Help file for details on MBM's options and use.
  39.  
  40.  
  41. Removing MBM
  42. =============
  43. Should you decide you don't want MBM, run MBMRemove.exe.  This program will unregister
  44. the .dll with RegSvr32 and will delete MBM from the VBAddIn.ini file.  You can then
  45. delete the MBM* files from the folder you put them in during installation.
  46.  
  47. All of the MBM filenames begin with MBM so that they will be grouped together in
  48. whatever folder you put them in.
  49.  
  50.  
  51. Compatibility
  52. ==============
  53. Message Box Master is a 32-bit ActiveX DLL that was written with and for Visual
  54. Basic 5.0 under Windows 95 and is known to be compatible with that combination.
  55.  
  56. Since there is no registry usage, Message Box Master should also run under Windows NT.
  57.  
  58. I'm not able to test under 32-bit Visual Basic 4.0 and can't say whether MBM will
  59. run in that environment.
  60.  
  61.  
  62. Distribution
  63. =============
  64. Message Box Master is shareware and Copyright (c) 1998 by Gary L. McLaughlin and
  65. Hollowpoint Software Systems and all commercial rights are reserved.
  66.  
  67. Feel free to pass around, upload or otherwise distribute the unregistered version of
  68. MBM so long as whatever means of distribution used is free.
  69.  
  70. All I ask is that you do so with the complete archive file so that the .dll, help,
  71. readme and install/uninstall files stay together.
  72.  
  73.  
  74. Registration
  75. =============
  76. Registration is currently low-tech. Send a check or money order payable to
  77. Hollowpoint Software Systems for US$15.00 to the address below and I'll send
  78. you a clean copy of the most recent version of MBM for your individual use.
  79. If you include your e-mail address, I'll e-mail it to you. 
  80.  
  81. The address to use is:
  82.  
  83. Hollowpoint Software Systems
  84. 8595 Delaney Drive
  85. P.O. Box 80
  86. Freeland, MI  48623
  87.  
  88. I'll also send you any updates that may become available at no further cost.
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.